Viewing App Endpoints with the API
Apps can have public endpoints, which are accessible from a public URL, or private endpoints, which are not publicly accessible. Use the API to return a list of both public and private endpoints for an app.
To view app endpoints you need the App ID — ID of the app to be accessed, which can be retrieved using the GET /v1/dp/apps method.
- Procedure
Call the GET /v1/dp/apps/{appId}/endpoints method to return all endpoints for the selected app.